home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Tools
/
Languages
/
GCC 1.37.1r14
/
usr
/
lib
/
mac
/
isatty.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-12-08
|
126 b
|
9 lines
|
[
TEXT/JRRK
]
#include <fcntl.h>
#include "crtlocal.h"
int isatty(int fd)
{
mysleep(1);
return (crt_fd_tab[fd].flags & O_PIPE) != 0;
}